Html Css Color HEX #9FCD0A Citrus

📋 copy color: '#9FCD0A'

red 159 ◦ green 205 ◦ blue 10

#9FCD0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #9FCD0A

Tints of Citrus #9FCD0A

RGB

 RED value IS 159 (62.5% from 255) = 42.51%

 GREEN value IS 205 (80.47% from 255) = 54.81%

 BLUE value IS 10 (4.3% from 255) = 2.67%

R = 42.51%
G = 54.81%
B = 2.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9FCD0A (or 0x9FCD0A) is known color: Citrus. HEX triplet: 9F, CD and 0A. RGB value is (159,205,10). Sum of RGB (Red+Green+Blue) = 159+205+10=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 205 (80.47% from 255 or 54.81% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCD0A is #6032F5. Grayscale: #A9A9A9. Windows color (decimal): -6304502 or 707999. OLE color: 707999.

HSL color Cylindrical-coordinate representation of color #9FCD0A: hue angle of 74.15º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FCD0A is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 205 10 -
CMYK 0.22 0 0.95 0.20
HSL 74.15º 0.91% 0.42% -
HSV(B) 74.15º 0.95% 0.8% -
XYZ 36.18 51.06 8.23 -
YUV 169.02 38.26 120.86 -
System Red Green Blue C M Y K H S L
Decimal 159 205 10 0.22 0 0.95 0.20 74.15 0.91 0.42
Hex 9F CD A 16 0 5F 14 4A 5B 2A
Octal 237 315 12 26 0 137 24 112 133 52
Binary 10011111 11001101 1010 10110 0 1011111 10100 1001010 1011011 101010

Color Harmonies of #9FCD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCD0A

Black with #9FCD0A

Text Example


Text Example

White with #9FCD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FCD0A; }

 p { color: rgb(159,205,10); }

 H1.HeaderClassName
 {
   color: #9FCD0A;
 }
 .AnyTagClassName
 {
   color: #9FCD0A;
 }
</style>

background-color css

<style>
 a { background-color: #9FCD0A; }

 a { background-color: rgb(159,205,10); }

 div.DivClassName
 {
   background-color: #9FCD0A;
 }
 .BgClassName
 {
   background-color: #9FCD0A;
 }
</style>

border-color css

<style>
 span { border-color: #9FCD0A; }

 span { border-color: rgb(159,205,10); }

 td.TdClassName
 {
   border-color: #9FCD0A;
 }
 .TagClassName
 {
   border-color: #9FCD0A;
 }
</style>