Html Css Color HEX #9CCF04 Citrus

📋 copy color: '#9CCF04'

red 156 ◦ green 207 ◦ blue 4

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

Shades of Citrus #9CCF04

Tints of Citrus #9CCF04

RGB

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

 GREEN value IS 207 (81.25% from 255) = 56.4%

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 42.51%
G = 56.4%
B = 1.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#9CCF04 (or 0x9CCF04) is known color: Citrus. HEX triplet: 9C, CF and 04. RGB value is (156,207,4). Sum of RGB (Red+Green+Blue) = 156+207+4=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 207 (81.25% from 255 or 56.40% from 367); Blue value is 4 (1.95% from 255 or 1.09% from 367); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCF04 is #6330FB. Grayscale: #A9A9A9. Windows color (decimal): -6500604 or 315292. OLE color: 315292.

HSL color Cylindrical-coordinate representation of color #9CCF04: hue angle of 75.07º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9CCF04 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 207 4 -
CMYK 0.25 0 0.98 0.19
HSL 75.07º 0.96% 0.41% -
HSV(B) 75.07º 0.98% 0.81% -
XYZ 36.05 51.7 8.19 -
YUV 168.61 35.1 119.01 -
System Red Green Blue C M Y K H S L
Decimal 156 207 4 0.25 0 0.98 0.19 75.07 0.96 0.41
Hex 9C CF 4 19 0 62 13 4B 60 29
Octal 234 317 4 31 0 142 23 113 140 51
Binary 10011100 11001111 100 11001 0 1100010 10011 1001011 1100000 101001

Color Harmonies of #9CCF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCF04

Black with #9CCF04

Text Example


Text Example

White with #9CCF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,207,4); }

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

background-color css

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

 a { background-color: rgb(156,207,4); }

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

border-color css

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

 span { border-color: rgb(156,207,4); }

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