Html Css Color HEX #9DAE02 Citrus

📋 copy color: '#9DAE02'

red 157 ◦ green 174 ◦ blue 2

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

Shades of Citrus #9DAE02

Tints of Citrus #9DAE02

RGB

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

 GREEN value IS 174 (68.36% from 255) = 52.25%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 47.15%
G = 52.25%
B = 0.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#9DAE02 (or 0x9DAE02) is known color: Citrus. HEX triplet: 9D, AE and 02. RGB value is (157,174,2). Sum of RGB (Red+Green+Blue) = 157+174+2=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 174 (68.36% from 255 or 52.25% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAE02 is #6251FD. Grayscale: #959595. Windows color (decimal): -6443518 or 175773. OLE color: 175773.

HSL color Cylindrical-coordinate representation of color #9DAE02: hue angle of 65.93º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DAE02 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 157 174 2 -
CMYK 0.10 0 0.99 0.32
HSL 65.93º 0.98% 0.35% -
HSV(B) 65.93º 0.99% 0.68% -
XYZ 29.05 37.44 5.75 -
YUV 149.31 44.87 133.49 -
System Red Green Blue C M Y K H S L
Decimal 157 174 2 0.10 0 0.99 0.32 65.93 0.98 0.35
Hex 9D AE 2 A 0 63 20 42 62 23
Octal 235 256 2 12 0 143 40 102 142 43
Binary 10011101 10101110 10 1010 0 1100011 100000 1000010 1100010 100011

Color Harmonies of #9DAE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAE02

Black with #9DAE02

Text Example


Text Example

White with #9DAE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,174,2); }

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

background-color css

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

 a { background-color: rgb(157,174,2); }

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

border-color css

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

 span { border-color: rgb(157,174,2); }

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