Html Css Color HEX #AFF67A Sulu

📋 copy color: '#AFF67A'

red 175 ◦ green 246 ◦ blue 122

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

Shades of Sulu #AFF67A

Tints of Sulu #AFF67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.47%

R = 32.23%
G = 45.3%
B = 22.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#AFF67A (or 0xAFF67A) is known color: Sulu. HEX triplet: AF, F6 and 7A. RGB value is (175,246,122). Sum of RGB (Red+Green+Blue) = 175+246+122=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF67A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF67A is #500985. Grayscale: #D3D3D3. Windows color (decimal): -5245318 or 8058543. OLE color: 8058543.

HSL color Cylindrical-coordinate representation of color #AFF67A: hue angle of 94.35º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFF67A is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 122 -
CMYK 0.29 0 0.50 0.04
HSL 94.35º 0.87% 0.72% -
HSV(B) 94.35º 0.5% 0.96% -
XYZ 54.15 76.43 30.31 -
YUV 210.64 77.98 102.58 -
System Red Green Blue C M Y K H S L
Decimal 175 246 122 0.29 0 0.50 0.04 94.35 0.87 0.72
Hex AF F6 7A 1D 0 32 4 5E 57 48
Octal 257 366 172 35 0 62 4 136 127 110
Binary 10101111 11110110 1111010 11101 0 110010 100 1011110 1010111 1001000

Color Harmonies of #AFF67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF67A

Black with #AFF67A

Text Example


Text Example

White with #AFF67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF67A; }

 p { color: rgb(175,246,122); }

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

background-color css

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

 a { background-color: rgb(175,246,122); }

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

border-color css

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

 span { border-color: rgb(175,246,122); }

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