Html Css Color HEX #90AE02 Citrus

📋 copy color: '#90AE02'

red 144 ◦ green 174 ◦ blue 2

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

Shades of Citrus #90AE02

Tints of Citrus #90AE02

RGB

 RED value IS 144 (56.64% from 255) = 45%

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

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

R = 45%
G = 54.38%
B = 0.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#90AE02 (or 0x90AE02) is known color: Citrus. HEX triplet: 90, AE and 02. RGB value is (144,174,2). Sum of RGB (Red+Green+Blue) = 144+174+2=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #90AE02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AE02 is #6F51FD. Grayscale: #929292. Windows color (decimal): -7295486 or 175760. OLE color: 175760.

HSL color Cylindrical-coordinate representation of color #90AE02: hue angle of 70.47º 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 #90AE02 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 174 2 -
CMYK 0.17 0 0.99 0.32
HSL 70.47º 0.98% 0.35% -
HSV(B) 70.47º 0.99% 0.68% -
XYZ 26.65 36.21 5.64 -
YUV 145.42 47.06 126.99 -
System Red Green Blue C M Y K H S L
Decimal 144 174 2 0.17 0 0.99 0.32 70.47 0.98 0.35
Hex 90 AE 2 11 0 63 20 46 62 23
Octal 220 256 2 21 0 143 40 106 142 43
Binary 10010000 10101110 10 10001 0 1100011 100000 1000110 1100010 100011

Color Harmonies of #90AE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AE02

Black with #90AE02

Text Example


Text Example

White with #90AE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90AE02; }

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

 H1.HeaderClassName
 {
   color: #90AE02;
 }
 .AnyTagClassName
 {
   color: #90AE02;
 }
</style>

background-color css

<style>
 a { background-color: #90AE02; }

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

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

border-color css

<style>
 span { border-color: #90AE02; }

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

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