Html Css Color HEX #90AF01 Citrus

📋 copy color: '#90AF01'

red 144 ◦ green 175 ◦ blue 1

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

Shades of Citrus #90AF01

Tints of Citrus #90AF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 45%
G = 54.69%
B = 0.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#90AF01 (or 0x90AF01) is known color: Citrus. HEX triplet: 90, AF and 01. RGB value is (144,175,1). Sum of RGB (Red+Green+Blue) = 144+175+1=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 175 (68.75% from 255 or 54.69% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AF01 is #6F50FE. Grayscale: #929292. Windows color (decimal): -7295231 or 110480. OLE color: 110480.

HSL color Cylindrical-coordinate representation of color #90AF01: hue angle of 70.69º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90AF01 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 175 1 -
CMYK 0.18 0 0.99 0.31
HSL 70.69º 0.99% 0.35% -
HSV(B) 70.69º 0.99% 0.69% -
XYZ 26.84 36.59 5.68 -
YUV 145.9 46.23 126.65 -
System Red Green Blue C M Y K H S L
Decimal 144 175 1 0.18 0 0.99 0.31 70.69 0.99 0.35
Hex 90 AF 1 12 0 63 1F 47 63 23
Octal 220 257 1 22 0 143 37 107 143 43
Binary 10010000 10101111 1 10010 0 1100011 11111 1000111 1100011 100011

Color Harmonies of #90AF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AF01

Black with #90AF01

Text Example


Text Example

White with #90AF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,175,1); }

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

background-color css

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

 a { background-color: rgb(144,175,1); }

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

border-color css

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

 span { border-color: rgb(144,175,1); }

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