Html Css Color HEX #9DCA06 Citrus

📋 copy color: '#9DCA06'

red 157 ◦ green 202 ◦ blue 6

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

Shades of Citrus #9DCA06

Tints of Citrus #9DCA06

RGB

 RED value IS 157 (61.72% from 255) = 43.01%

 GREEN value IS 202 (79.3% from 255) = 55.34%

 BLUE value IS 6 (2.73% from 255) = 1.64%

R = 43.01%
G = 55.34%
B = 1.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#9DCA06 (or 0x9DCA06) is known color: Citrus. HEX triplet: 9D, CA and 06. RGB value is (157,202,6). Sum of RGB (Red+Green+Blue) = 157+202+6=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 6 (2.73% from 255 or 1.64% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCA06 is #6235F9. Grayscale: #A6A6A6. Windows color (decimal): -6436346 or 445085. OLE color: 445085.

HSL color Cylindrical-coordinate representation of color #9DCA06: hue angle of 73.78º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DCA06 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 202 6 -
CMYK 0.22 0 0.97 0.21
HSL 73.78º 0.94% 0.41% -
HSV(B) 73.78º 0.97% 0.79% -
XYZ 35.06 49.42 7.86 -
YUV 166.2 37.59 121.44 -
System Red Green Blue C M Y K H S L
Decimal 157 202 6 0.22 0 0.97 0.21 73.78 0.94 0.41
Hex 9D CA 6 16 0 61 15 4A 5E 29
Octal 235 312 6 26 0 141 25 112 136 51
Binary 10011101 11001010 110 10110 0 1100001 10101 1001010 1011110 101001

Color Harmonies of #9DCA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCA06

Black with #9DCA06

Text Example


Text Example

White with #9DCA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,202,6); }

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

background-color css

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

 a { background-color: rgb(157,202,6); }

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

border-color css

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

 span { border-color: rgb(157,202,6); }

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