Html Css Color HEX #9AF65A Conifer

📋 copy color: '#9AF65A'

red 154 ◦ green 246 ◦ blue 90

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

Shades of Conifer #9AF65A

Tints of Conifer #9AF65A

RGB

 RED value IS 154 (60.55% from 255) = 31.43%

 GREEN value IS 246 (96.48% from 255) = 50.2%

 BLUE value IS 90 (35.55% from 255) = 18.37%

R = 31.43%
G = 50.2%
B = 18.37%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#9AF65A (or 0x9AF65A) is known color: Conifer. HEX triplet: 9A, F6 and 5A. RGB value is (154,246,90). Sum of RGB (Red+Green+Blue) = 154+246+90=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 246 (96.48% from 255 or 50.20% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 246 - color contains mainly: green. Hex color #9AF65A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF65A is #6509A5. Grayscale: #C9C9C9. Windows color (decimal): -6621606 or 5961370. OLE color: 5961370.

HSL color Cylindrical-coordinate representation of color #9AF65A: hue angle of 95.38º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9AF65A is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 154 246 90 -
CMYK 0.37 0 0.63 0.04
HSL 95.38º 0.9% 0.66% -
HSV(B) 95.38º 0.63% 0.96% -
XYZ 48.13 73.52 21.33 -
YUV 200.71 65.52 94.68 -
System Red Green Blue C M Y K H S L
Decimal 154 246 90 0.37 0 0.63 0.04 95.38 0.9 0.66
Hex 9A F6 5A 25 0 3F 4 5F 5A 42
Octal 232 366 132 45 0 77 4 137 132 102
Binary 10011010 11110110 1011010 100101 0 111111 100 1011111 1011010 1000010

Color Harmonies of #9AF65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF65A

Black with #9AF65A

Text Example


Text Example

White with #9AF65A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,246,90); }

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

background-color css

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

 a { background-color: rgb(154,246,90); }

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

border-color css

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

 span { border-color: rgb(154,246,90); }

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