Html Css Color HEX #AFF96A Sulu

📋 copy color: '#AFF96A'

red 175 ◦ green 249 ◦ blue 106

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

Shades of Sulu #AFF96A

Tints of Sulu #AFF96A

RGB

 RED value IS 175 (68.75% from 255) = 33.02%

 GREEN value IS 249 (97.66% from 255) = 46.98%

 BLUE value IS 106 (41.8% from 255) = 20%

R = 33.02%
G = 46.98%
B = 20%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#AFF96A (or 0xAFF96A) is known color: Sulu. HEX triplet: AF, F9 and 6A. RGB value is (175,249,106). Sum of RGB (Red+Green+Blue) = 175+249+106=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF96A is #500695. Grayscale: #D3D3D3. Windows color (decimal): -5244566 or 7010735. OLE color: 7010735.

HSL color Cylindrical-coordinate representation of color #AFF96A: hue angle of 91.05º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFF96A is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 106 -
CMYK 0.30 0 0.57 0.02
HSL 91.05º 0.92% 0.7% -
HSV(B) 91.05º 0.57% 0.98% -
XYZ 54.16 77.91 25.82 -
YUV 210.57 68.98 102.63 -
System Red Green Blue C M Y K H S L
Decimal 175 249 106 0.30 0 0.57 0.02 91.05 0.92 0.7
Hex AF F9 6A 1E 0 39 2 5B 5C 46
Octal 257 371 152 36 0 71 2 133 134 106
Binary 10101111 11111001 1101010 11110 0 111001 10 1011011 1011100 1000110

Color Harmonies of #AFF96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF96A

Black with #AFF96A

Text Example


Text Example

White with #AFF96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF96A; }

 p { color: rgb(175,249,106); }

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

background-color css

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

 a { background-color: rgb(175,249,106); }

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

border-color css

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

 span { border-color: rgb(175,249,106); }

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