Html Css Color HEX #9CAF03 Citrus

📋 copy color: '#9CAF03'

red 156 ◦ green 175 ◦ blue 3

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

Shades of Citrus #9CAF03

Tints of Citrus #9CAF03

RGB

 RED value IS 156 (61.33% from 255) = 46.71%

 GREEN value IS 175 (68.75% from 255) = 52.4%

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 46.71%
G = 52.4%
B = 0.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#9CAF03 (or 0x9CAF03) is known color: Citrus. HEX triplet: 9C, AF and 03. RGB value is (156,175,3). Sum of RGB (Red+Green+Blue) = 156+175+3=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CAF03 is #6350FC. Grayscale: #969696. Windows color (decimal): -6508797 or 241564. OLE color: 241564.

HSL color Cylindrical-coordinate representation of color #9CAF03: hue angle of 66.63º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9CAF03 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 175 3 -
CMYK 0.11 0 0.98 0.31
HSL 66.63º 0.97% 0.35% -
HSV(B) 66.63º 0.98% 0.69% -
XYZ 29.06 37.73 5.84 -
YUV 149.71 45.21 132.49 -
System Red Green Blue C M Y K H S L
Decimal 156 175 3 0.11 0 0.98 0.31 66.63 0.97 0.35
Hex 9C AF 3 B 0 62 1F 43 61 23
Octal 234 257 3 13 0 142 37 103 141 43
Binary 10011100 10101111 11 1011 0 1100010 11111 1000011 1100001 100011

Color Harmonies of #9CAF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAF03

Black with #9CAF03

Text Example


Text Example

White with #9CAF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,175,3); }

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

background-color css

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

 a { background-color: rgb(156,175,3); }

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

border-color css

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

 span { border-color: rgb(156,175,3); }

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